projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2425b6
)
EXYNOS5 : FDT: Add Aliases for I2C device
author
Rajeshwari Shinde
<
[email protected]
>
Wed, 26 Dec 2012 20:03:09 +0000
(20:03 +0000)
committer
Minkyu Kang
<
[email protected]
>
Tue, 8 Jan 2013 01:54:32 +0000
(10:54 +0900)
This patch adds aliases for I2C.
Signed-off-by: Rajeshwari Shinde <
[email protected]
>
Acked-by: Simon Glass <
[email protected]
>
Acked-by: Heiko Schocher <
[email protected]
>
Signed-off-by: Minkyu Kang <
[email protected]
>
board/samsung/dts/exynos5250-smdk5250.dts
patch
|
blob
|
history
diff --git
a/board/samsung/dts/exynos5250-smdk5250.dts
b/board/samsung/dts/exynos5250-smdk5250.dts
index b6fbb6711accb7c503ccdf1a6126b3500352029e..0f971c0b462f710c0f047e8b01488f01778d8da1 100644
(file)
--- a/
board/samsung/dts/exynos5250-smdk5250.dts
+++ b/
board/samsung/dts/exynos5250-smdk5250.dts
@@
-16,6
+16,17
@@
model = "SAMSUNG SMDK5250 board based on EXYNOS5250";
compatible = "samsung,smdk5250", "samsung,exynos5250";
+ aliases {
+ i2c0 = "/i2c@12c60000";
+ i2c1 = "/i2c@12c70000";
+ i2c2 = "/i2c@12c80000";
+ i2c3 = "/i2c@12c90000";
+ i2c4 = "/i2c@12ca0000";
+ i2c5 = "/i2c@12cb0000";
+ i2c6 = "/i2c@12cc0000";
+ i2c7 = "/i2c@12cd0000";
+ };
+
sromc@12250000 {
bank = <1>;
srom-timing = <1 9 12 1 6 1 1>;